projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
585451c
)
Fix compilation on OpenBSD
author
Ralf Horstmann
<ralf+github@ackstorm.de>
Thu, 7 Jan 2016 23:51:44 +0000
(
00:51
+0100)
committer
Ralf Horstmann
<ralf+github@ackstorm.de>
Wed, 13 Jan 2016 19:55:26 +0000
(20:55 +0100)
zlib/contrib/minizip/ioapi.h
patch
|
blob
|
history
diff --git
a/zlib/contrib/minizip/ioapi.h
b/zlib/contrib/minizip/ioapi.h
index 8dcbdb06e35ad55a11e342ccc052b85a1c807ddd..3b5d37baa3ac2069264e73db4192213cbd6768de 100644
(file)
--- a/
zlib/contrib/minizip/ioapi.h
+++ b/
zlib/contrib/minizip/ioapi.h
@@
-50,7
+50,7
@@
#define ftello64 ftell
#define fseeko64 fseek
#else
-#if
def __FreeBSD__
+#if
defined(__FreeBSD__) || defined(__OpenBSD__)
#define fopen64 fopen
#define ftello64 ftello
#define fseeko64 fseeko